@charset"utf-8";

header{
	padding: 15px 0;
}

header .right{
	padding: 16px 0;
}

header .right img{
	display: inline-block;
	margin-right: 13px;
	vertical-align: middle;
}

header .right .fr p{
	font-size: 20px;
	color: #0667c5;
}

header .right .fr span{
	font-size: 14px;
	color: #666;
}

.nav{
	background: #0b48d4;
}

.nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav ul li{
	float: left;
	width: 20%;
	text-align: center;
}

.nav ul li a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size:16px;
	font-weight:bold;
}

.nav ul li a:hover,
.nav ul li.cur a{
	background: #ff8a00;
}

/*banner*/

.banner img {
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner {
	overflow: hidden;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	background: #fff;
	margin: 0 5px;
	border-radius: 0;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fe8d01;
}

.banner .swiper-button-next {
	opacity: .8;
	background: url(../images/icon_arrow_right_blue.png) no-repeat center;
}

.banner .swiper-button-prev {
	opacity: .8;
	background: url(../images/icon_arrow_left_blue.png) no-repeat center;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
	opacity: 1;
}

/* products */

.products{
	padding: 40px 0 60px;
	background: #f6f6f6;
}

.c_tit{
	text-align: center;
}

.c_tit h2{
	margin-bottom: 22px;
	color: #0d68d3;
	font-size: 36px;
}

.c_tit p{
	text-transform: uppercase;
	color: #b1b2b3;
	font-size: 36px;
	font-family: alegreSans;
}

.c_tit.white h2{
	color: #fff;
}

.c_tit.white p{
	color: #fff;
}

.products .w1200{
	display: flex;
	margin-top: 35px;
	justify-content: center;
	align-items: flex-start;
}

.products .w1200 .left{
	width: 250px;
	padding: 10px 0 20px 16px;
	background: #0d68d3;
}

.products .w1200 .i_nav ul li{
	margin-top: 20px;
}

.products .w1200 .i_nav ul li a{
	display: block;
	height: 38px;
	padding-left: 27px;
	line-height: 38px;
	background: #efefef;
	border-left: 4px solid #efefef;
	color: #666;
}

.products .w1200 .i_nav ul li a:hover,
.products .w1200 .i_nav ul li.cur a{
	background: #fff;
	border-left: 4px solid #ff8a00;
	color: #ff8a00;
}

.products .w1200 .right{
	width: 950px;
	background: #fff;
}

.products .swiper-container .swiper-wrapper{
	min-height: 580px;
	padding: 28px 0 50px;
}

.products .swiper-slide{
	display: flex;
	padding: 0 10px;
	flex-wrap: wrap;
}

.products .swiper-slide .wrap{
	display: block;
	width: 290px;
	height: 261px;
	margin: 15px 10px;
	overflow: hidden;
}

.products .swiper-slide .wrap .pic{
	width: 290px;
	height: 221px;
	overflow: hidden;
}

.products .swiper-slide .wrap img{
	width: 290px;
	height: 221px;
	transition: .6s;
}

.products .swiper-slide .wrap:hover img{
	transform: scale(1.1);
}

.products .swiper-slide .wrap p{
	height: 40px;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-align: center;
	background: #efefef;
}	

.pro_container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #ff8a00;
	opacity: 1;
}	

.pro_container .swiper-pagination-bullets .swiper-pagination-bullets{
	background: #bebfc0;
	opacity: 1;
}	

.superiority .left,
.superiority .right{
	padding: 115px 0 125px;
}

.superiority .left .wrap:nth-child(2),
.superiority .right .wrap:nth-child(2){
	margin-top: 90px;
}

.superiority .wrap{
	width: 378px;
	height: 130px;
	padding: 14px 17px;
	background: #0066cb;
}		

.superiority .wrap .tit{
	margin-bottom: 16px;
	font-size: 20px;
	color: #fff;
}	

.superiority .wrap .bot{
	height: 60px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}	

.superiority .mid{
	margin: 89px 0 97px;
	width: 444px;
	height: 405px;
	background: url(../images/superiority_pic.jpg) no-repeat center;
	background-size: 444px 405px;
}	

.superiority .mid .tit{
	margin-top: 100px;
	font-size: 36px;
	font-weight: bold;
	color: #0064d8;
	text-align: center;
}

.superiority .mid p{
	width: 265px;
	margin: 20px auto 0;
	font-size: 30px;
	color: #252525;
	text-align: center;
}

.superiority .mid span{
	display: block;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #bebebe;
}

.content1{
	height: 781px;
	padding: 63px 0 93px;
	background: url(../images/about_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.content1 .flex{
	display: flex;
	margin-top: 60px;
	justify-content: center;
	align-items: center;
}

.content1 .flex .left{
	position: relative;
	width: 600px;
	height: 482px;
	padding: 50px 40px 150px;
	background: rgba(33, 106, 190, .8);
}

.content1 .flex .left .info p{
	height: 280px;
	overflow: hidden;
	font-size: 16px;
	line-height: 48px;
	text-indent: 2em;
	color: #fff;
	text-align:justify;
}

.content1 .flex .left .c_more{
	position: absolute;
	width: 118px;
	height: 40px;
	bottom: 55px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	background: #ff8a00;
	color: #fff;
}

.content1 .flex .right .video_wrap{
	margin-left: -26px;
	width: 626px;
	height: 411px;
	z-index: 2;
}

.content1 .flex .right .video_wrap .mask{
	background: none;
}

.content2{
	padding: 44px 0 126px;
	background: #f6f6f6;
}

.content2 .col{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-top: 33px;
	background: #fff;
	transition: .6s;
}

.content2 .col:hover{
	background: #0066cb;
}

.content2 .col:last-child{
	margin-right: 0;
}

.content2 .col .pic{
	width: 380px;
	height: 260px;
	overflow: hidden;
}

.content2 .col .pic img{
	width: 100%;
	transition: .6s;
}

.content2 .col:hover .pic img{
	transform: scale(1.1);
}

.content2 .col .info{
	padding: 25px 21px;
}

.content2 .col .info .tit{
	margin-bottom: 28px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.content2 .col .info p{
	text-indent: 2em;
	line-height: 30px;
	font-size:14px;
}

.content2 .col .more{
	margin: 10px 0 30px;
	padding: 0 21px;
	font-size:12px;
	color:#ff364e;
}

.content2 .col:hover .info .tit,
.content2 .col:hover .info p,
.content2 .col:hover .more{
	color: #fff;
}

.content3{
	height: 720px;
	padding: 80px 0 70px;
	background: url(../images/lxwm_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.content3 .flex{
	display: flex;
	margin-top: 50px;
	align-items: flex-start;
}

.content3 .flex .left,
.content3 .flex .right{
	width: 50%;
}

.content3 .flex .left .row{
	display: flex;
	margin-bottom: 18px;
	align-items: center;
}

.content3 .flex .left .row img{
	width: 36px;
}

.content3 .flex .left .row p{
	margin-left: 20px;
	color: #fff;
	font-size: 18px;
}

.content3 .flex .right input,
.content3 .flex .right textarea{
	width: 484px;
	height: 62px;
	padding: 0 30px;
	margin-bottom: 20px;
	line-height: 62px;
	border-radius: 10px;
	font-size: 16px;
	outline: none;
}

.content3 .flex .right textarea{
	margin-bottom: 20px;
	height: 192px;
}

.content3 .flex .right .submit{
	display: block;
	width: 166px;
	height: 54px;
	line-height: 54px;
	border-radius: 24px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #ff8a00;
	cursor: pointer;
}

footer{
	background: #2c2c2c;
}

footer ul{
	padding: 44px 0 38px;
	text-align: center;
}

footer ul li{
	display: inline-block;
	vertical-align: middle;
}

footer ul > li+li{
	border-left: 1px solid #fff;
}

footer ul li a{
	display: block;
	padding: 0 40px;
	color: #fff;
	font-size: 16px;
}

footer .copyright{
	padding: 27px 0;
	border-top: 1px solid #838383;
	text-align: center;
}

footer .copyright p,
footer .copyright span{
	font-size: 14px;
	color: #838383;
}

footer .copyright span{
	display: inline-block;
	margin: 15px;
}

/* 关于我们 */

.i_banner img{
	width: 100%;
}

.about{
	padding-top: 50px;
	padding-bottom: 150px;
}


.about .about_info p{
	margin: 60px 0;
	text-indent: 2em;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.about .about_info .about_img_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about .about_info .about_img_box img{
	display: inline-block;
	max-width: 100%;
}

.products .i_pro{
	width: 920px;
	margin-left: 30px;
}

.products .i_pro .row{
	display: flex;
	margin-bottom: 30px;
	background: #efefef;
	flex-wrap: nowrap;
	transition: .6s;
}

.products .i_pro .row:nth-child(even){
	flex-direction: row-reverse;
}

.products .i_pro .row .pic{
	width: 460px;
	height: 349px;
	overflow: hidden;
}

.products .i_pro .row .pic img{
	width: 100%;
	height: 100%;
}

.products .i_pro .row .info{
	width: 460px;
	padding: 35px 28px;
	overflow: hidden;
}

.products .i_pro .row .info .tit{
	margin-bottom: 30px;
	font-size: 24px;
	color: #333;
	transition: .6s;
}

.products .i_pro .row .info p{
	max-height: 216px;
	overflow: hidden;
	text-indent: 2em;
	font-size: 16px;
	line-height: 36px;
	color: #666;
	transition: .6s;
}

.products .i_pro .row:hover{
	background: #0d68d3;
}

.products .i_pro .row:hover .tit,
.products .i_pro .row:hover p{
	color: #fff;
}

.products .i_pro .more{
	display: block;
	margin: 40px auto 0;
	width: 190px;
	height: 56px;
	background: #0d68d3;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	line-height: 56px;
	transition: .6s;
}

.products .i_pro .more:hover{
	background: rgba(13, 104, 211, .8);
}

.news{
	padding: 50px 0 108px;
}

.news .row{
	display: flex;
	padding: 30px 0 20px;
	align-items: center;
	border-bottom: 1px dashed #cacaca;
}

.news .row .time{
	width: 80px;
	height: 80px;
	text-align: center;
	background: #0256ac;
}

.news .row .time h2{
	font-size: 36px;
	color: #fff;
}

.news .row .time span{
	font-size: 16px;
	color: #fff;
}

.news .row .info .tit{
	font-size: 18px;
	color: #000;
}

.news .row .info:hover .tit{
	color: #0064d8;
}

.news .row .info{
	padding: 0 30px;
	width:1120px;
}

.news .row .info .tit{
	margin-bottom: 30px;
	font-size: 18px;
	color: #333;
}

.news .row .info p{
	color: #999;
}

.news .more{
	display: block;
	margin: 40px auto 0;
	width: 190px;
	height: 56px;
	background: #0d68d3;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	line-height: 56px;
	transition: .6s;
}

.news .more:hover{
	background: rgba(13, 104, 211, .8);
}

.contact{
	padding: 50px 0;
}

.contact .top{
	margin-top: 100px;
}

.contact .top .row{
	margin-bottom: 40px;
}

.contact .top .row span{
	display: inline-block;
	font-size: 18px;
	color: #666;
	vertical-align: top;
}

.contact .top .row input{
	display: inline-block;
	width: 476px;
	height: 46px;
	margin-left: 25px;
	padding: 0 10px;
	line-height: 46px;
	font-size: 18px;
	color: #666;
	vertical-align: top;
	border: 1px solid #bec0c2;
	border-radius: 10px;
	outline: none;
}

.contact .top .row textarea{
	width: 860px;
	height: 178px;
	padding: 10px;
	margin-left: 25px;
	border: 1px solid #bec0c2;
	border-radius: 10px;
	outline: none;
	resize: none;
}

.contact .top .submit{
	background: transparent;
	display: block;
	margin-left: 65px;
	width: 205px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	font-size: 24px;
	color: #ff8a00;
	border: 1px solid #ff8a00;
	border-radius: 20px;
}

.contact .top .submit:hover{
	background: #ff8a00;
	color: #fff;
}

.contact .bot{
	display: flex;
	margin-top: 70px;
	align-items: center;
}

.contact .bot .map{
	width: 700px;
	height: 580px;
}

.contact .bot .right{
	width: 500px;
	height: 670px;
	padding: 45px 40px;
	background: #0d68d3;
}

.contact .bot .right .tit{
	margin-bottom: 40px;
}

.contact .bot .right .tit span,
.contact .bot .right .tit p{
	display: inline-block;
	color: #fff;
	vertical-align: bottom;
}

.contact .bot .right .tit span{
	font-size: 30px;
}

.contact .bot .right .tit p{
	font-size: 18px;
	text-transform: uppercase;
}

.contact .bot .right .row{
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: flex-start;
}

.contact .bot .right .row p{
	margin-left: 30px;
	font-size:16px;
	color: #fff;
}

.contact .pop .top{
	margin-top: 0;
}

.news_show{
	padding: 60px 0;
}

.news_show .title{
	padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.news_show .title h1{
    margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.news_show .news_show_info{
	padding:  40px 0;
	text-align: center;
}

.news_show .news_show_info p{
	margin: 20px 0;
	font-size:16px;
	line-height: 30px;
	text-indent: 2em;
	text-align: left;
}

.news_show .news_show_info p img,
.news_show .news_show_info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.news_show table{
    border-collapse: collapse;
    border-spacing: 0;
}

.news_show table td{
    border: 1px solid #333;
}

.news_show .title span{
    display: inline-block;
	margin: 0 10px;
	font-size: 18px;
}

.news_show .news_show_row img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.news_show .news_show_row p{
    margin: 10px 0;
    font-size: 18px;
    line-height: 36px;
}

.page{
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.page .row{
    display: block;
	margin: 20px 0;
	font-size: 16px;
	line-height:30px;
}

.page .c_more{
    position: absolute;
	width: 144px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	font-size: 24px;
	right: 0;
	background: #0d68d3;
	color: #fff;
	border-radius: 8px;
}
.c_page{
    margin-top: 50px;
    text-align: center;
}
.c_page a{
    display: inline-block;
    width: 36px;
    font-size: 22px;
    color: #666;
}

.c_page a.cur,.c_page a:hover span,.c_page a:hover{
    color: #0d68d3;
    text-decoration: underline;
}

.c_page a span{
    display: block;
    width: 100%;
}